From 2cdaa41929f0f51905cb6b3f48950d2d9843b773 Mon Sep 17 00:00:00 2001 From: Stephen Becker IV Date: Wed, 24 Feb 2016 22:45:08 -0800 Subject: [PATCH] Fix name And move line below code block per merge request. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ef520a14e..d5395533a 100644 --- a/README.md +++ b/README.md @@ -56,14 +56,13 @@ make install If, however, you have neither `rustc` nor `cargo` previously installed you can run: -Note: if building for 32 bit systems run `BIT=32 python -B ..` - ```sh python -B src/etc/install-deps.py ./configure --local-rust-root="$PWD"/rustc make make install ``` +Note: if building for 32 bit systems run `BITS=32 python -B ..` More options can be discovered through `./configure`, such as compiling cargo for more than one target. For example, if you'd like to compile both 32 and 64 -- 2.30.2